home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Screensaver / sb_movie_ss_1.exe / 0 / RCDATA / TSTMMESSAGEBOX / TSTMMESSAGEBOX.txt
Text File  |  2012-06-02  |  884b  |  47 lines

  1. object stmMessageBox: TstmMessageBox
  2.   Left = 328
  3.   Top = 492
  4.   Width = 347
  5.   Height = 140
  6.   Caption = 'Installation Successful'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object messageLabel: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 339
  23.     Height = 13
  24.     Align = alTop
  25.     Caption = 'test'
  26.     WordWrap = True
  27.   end
  28.   object Button1: TButton
  29.     Left = 96
  30.     Top = 80
  31.     Width = 75
  32.     Height = 23
  33.     Caption = 'Yes'
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 176
  39.     Top = 80
  40.     Width = 75
  41.     Height = 23
  42.     Caption = 'No'
  43.     TabOrder = 1
  44.     OnClick = Button2Click
  45.   end
  46. end
  47.